home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_39655.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  558 b   |  23 lines

  1. -- card: 39655 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10.  
  11.     To continue the example, let's create a local environment in which "my-variable" has as value the symbol "local-value", and call "foo" in that environment.  We might evaluate
  12.  
  13.     (let ((my-variable 'local-value))
  14.       (foo))
  15.  
  16.  What gets printed is:
  17.  
  18.     Expanding foo ΓÇö my-variable is global-value
  19.     (my-variable is local-value)
  20.  
  21. -- part contents for background part 47
  22. ----- text -----
  23. 171